<Code Lib>
2025 Constructor
Changes 5
C

ElementMulticategoryFilter(ICollection<ElementId>)

Description:
Constructs a new instance of a filter to find elements whose category matches any of a given set of categories.

public ElementMulticategoryFilter(
	ICollection<ElementId> categoryIds
)

Loading…